home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
NYUDemos
/
DEMOS.DOC
< prev
next >
Wrap
Text File
|
1994-01-10
|
1KB
|
63 lines
This folder contains a set of demos included in NYU's original
distribution of Ada/Ed.
The following is a list of the scripts necessary to run each demo program.
Simple type the corresponding runX file for the demo you want to execute.
In general the list is start with several simple programs working its
way to more interesting and complex programs towards the end of the list.
Note: the RunX files are not present on the Mac.
test.ada -- run1
a simple Hello World program to test whether the compiler is working
en.ada -- run2
simple enumeration io, etc.
factr.ada -- run3
simple factorial program
primes.ada -- run4
simple primes
pi.ada -- run5
simple pi program
genqsort.ada -- run6
generic quicksort
dates3.ada -- run7
task.ada -- run8
producer-consumer program
phil.ada -- run9
NYU's dining philospher's
spath.ada -- runa
parallel shortest-path finder
list.ada -- runb
topsort.ada -- runb
concord.ada -- runb
topological sort and concordance programs
random.ada -- runc
semaphor.ada -- runc
intio.ada -- runc
screenio.ada -- runc
maze.ada -- runc
new_maze.ada -- runc
draw.ada -- runc
hilbert.ada -- runc
maze program and hilbert curves
see maze.doc
cli.ada
pager_part1.ada
pager_part2.ada
Rick Conn's pager program - see pager2.doc
primes3.ada -- runf
parallel primes generator